kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
AbstractMutableList
/
[Native]add
add
Native
abstract
override
fun
add
(
index
:
Int
,
element
:
E
)
Content copied to clipboard
Inserts an element into the list at the specified
index
.